Password Class

Defines a control that hides text a user inputs using an echo character.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Password : Control
Inheritance
Object    Control    Password

Constructors

Password Initializes a new instance of the Password class.

Properties

ControlImplementation Contains an identifier for a control element.
DefaultValue Specifies the default value of an input control.
EchoCharacter Specifies the character that a form uses to mask text that a user inputs in a password control.The default value for this attribute is "*".
EnableTabbingNavigation Specifies whether a control is included in the tabbing navigation order.
EventListeners
(Inherited from Control)
ID Contains an identifier for a control element.
IsDisabled Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
IsPrintable Specifies whether a control is printed when a user prints a document in which the control is contained.
MaximumLength Specifies the maximum number of characters that a user can enter in an input control.
Name Contains name of a form or control element.
Properties
(Inherited from Control)
TabIndex Contains tabbing navigation order of controls within a form.
Title Contains additional information about a control. The value of the attribute can be used as a tool tip.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides ControlGetContentElements)
GetHashCode
(Inherited from Object)
GetParent
(Inherited from Control)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Password object to its equivalent string representation.
(Overrides ObjectToString)

See Also